Crate confitul

source ·
Expand description

ConfitDB is an experimental, distributed, real-time database, giving full control on conflict resolution, implemented in Rust.

ConfitDB icon

Not even a prototype, just an idea. Under heavy construction.

Structs

EP stands for End Point.
HostInfo corresponds to an aggregation of nodes, running within a same program instance. Think of them as “physical”, macro entities, as opposed to nodes which are much more virtual and small. A given host will typically have several nodes to power, all of them going through the same addresses (http etc.).
LocalHost is a host for which this instance of the program is responsible.
Node is an element of a ring.
A remote host, for which this program instance is not responsible.

Enums

Constants

Traits

Functions

Sign a message.
Verify that a message is correctly signed.